Skip to content

Update Python Monitor Dependencies #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Confidence
aiosignal ==1.3.2 -> ==1.4.0 age confidence
multidict ==6.6.0 -> ==6.6.3 age confidence
typing_extensions (changelog) ==4.14.0 -> ==4.14.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aio-libs/aiosignal (aiosignal)

v1.4.0

Compare Source

==================

Features

  • Added decorator functionality to Signal as a convenient way to add a callback -- by @Vizonex.
    #&#8203;699 <https://github.com/aio-libs/aiosignal/pulls/699>_

  • Improved type safety by allowing callback parameters to be type checked (typing-extensions is now required for Python <3.13).
    Parameters for a Signal callback should now be defined like Signal[int, str] -- by @​Vizonex and @​Dreamsorcerer.
    #&#8203;699 <https://github.com/aio-libs/aiosignal/pulls/699>, #&#8203;710 <https://github.com/aio-libs/aiosignal/pulls/710>

Misc

  • Removed the sphinxcontrib-asyncio documentation dependency.
    #&#8203;528 <https://github.com/aio-libs/aiosignal/pull/528>_

aio-libs/multidict (multidict)

v6.6.3

Compare Source

=====

(2025-06-30)

Bug fixes

  • Fixed inconsistencies generated by the C implementation of _md_shrink() which might later lead to assertion failures and crash -- by :user:Romain-Geissler-1A.

    Related issues and pull requests on GitHub:
    :issue:1229.


v6.6.2

Compare Source

=====

(2025-06-28)

Bug fixes

  • Fixed a memory corruption issue in the C implementation of _md_shrink() that could lead to segmentation faults and data loss when items were deleted from a :class:~multidict.MultiDict. The issue was an edge case in the pointer arithmetic during the compaction phase -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1221, :issue:1222.

  • Fixed format string compilation errors in debug builds on 32-bit platforms by using portable %zd format specifiers for Py_ssize_t values instead of %ld -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1225, :issue:1226.

Packaging updates and notes for downstreams

  • Re-enabled 32-bit Linux wheel builds that were disabled by default in cibuildwheel 3.0.0 -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1225, :issue:1227.


v6.6.1

Compare Source

=====

(2025-06-28)

Bug fixes

  • If :meth:multidict.MultiDict.extend, :meth:multidict.MultiDict.merge, or :meth:multidict.MultiDict.update raises an exception, now the multidict internal state is correctly restored.
    Patch by :user:asvetlov.

    Related issues and pull requests on GitHub:
    :issue:1215.

Contributor-facing changes

  • Fixed setuptools deprecation warning about the license specification -- by :user:asvetlov.

    Related issues and pull requests on GitHub:
    :issue:1216.

  • Fix compiler warnings and convert them to errors -- by :user:asvetlov.

    Related issues and pull requests on GitHub:
    :issue:1217.


python/typing_extensions (typing_extensions)

v4.14.1

Compare Source

  • Fix usage of typing_extensions.TypedDict nested inside other types
    (e.g., typing.Type[typing_extensions.TypedDict]). This is not allowed by the
    type system but worked on older versions, so we maintain support.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies bump label Feb 20, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from 612bbd9 to aa2a0bf Compare February 24, 2025 16:05
@renovate renovate bot changed the title Update dependency propcache to v0.3.0 Update Python Monitor Dependencies Feb 24, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 3 times, most recently from 951c38e to 597bdd9 Compare March 6, 2025 02:48
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 8 times, most recently from a867266 to 5070579 Compare March 17, 2025 11:45
@renovate renovate bot changed the title Update Python Monitor Dependencies Update dependency multidict to v6.2.0 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from b719cc0 to cd99af2 Compare March 19, 2025 19:04
@renovate renovate bot changed the title Update dependency multidict to v6.2.0 Update Python Monitor Dependencies Mar 19, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from 6302bc3 to 2fd5f30 Compare March 26, 2025 06:27
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 9 times, most recently from 40af741 to b767731 Compare April 3, 2025 23:43
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 7 times, most recently from 61876d9 to 4d5107b Compare June 21, 2025 17:36
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 9 times, most recently from af64fff to 7b657c0 Compare June 30, 2025 09:06
@renovate renovate bot changed the title Update Python Monitor Dependencies Update dependency multidict to v6.6.2 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from d171f13 to bffa8ca Compare June 30, 2025 17:36
@renovate renovate bot changed the title Update dependency multidict to v6.6.2 Update dependency multidict to v6.6.3 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 4 times, most recently from 18a5e0c to c3b0d9b Compare July 3, 2025 10:06
@renovate renovate bot changed the title Update dependency multidict to v6.6.3 Update Python Monitor Dependencies Jul 4, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 3 times, most recently from 4d673e4 to a913c46 Compare July 4, 2025 11:31
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch from a913c46 to 5860fb9 Compare July 4, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants